home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / cafead1a / importan.txt < prev    next >
Text File  |  1999-10-06  |  2KB  |  33 lines

  1. ************  CAUTION!!!!  ***********************
  2.    This program disables Ctrl-Alt-Del, Alt-Tab, and 
  3. hides the taskbar. Be sure you know the administrator 
  4. password or you may have to reboot. I have it set to 
  5. 55555.  
  6.   It uses an ini file "Passwords.ini" to
  7. store the passwords. Code opens Netscape.exe which will
  8. only dial-up a network if you have it configured that
  9. way. The Internet Cafe Program is designed to limit
  10. a rental computer to the internet only giving no chance
  11. to delete or alter settings. If set to run on start-up,
  12. there are very few ways to defeat it. Some right click
  13. context menus allow access to common dialog boxes
  14. which can be used to delete files etc. Also if you
  15. minimize pages while browsing,  there is no way
  16. to restore them. Too many minimized pages may use up
  17. memory.
  18.    Now supports multiple passwords and has a timer
  19. which counts down minutes in the ini file. One minute
  20. before time expires is an audio warning. Then at 0
  21. time, the internet connection is terminated. The games
  22. listed on the game page have paths and tiles matching
  23. my machine but error handling will just make them
  24. dead links. Your Solitaire path may be the same.
  25. In the Cafe Form_Load you should 'comment out the
  26. DisableKeys and Taskbar calls if you do not want these
  27. controls locked.  
  28.    If you run the executable, be sure the .ini file and
  29. the .wav file are in the same folder with the .exe also
  30. not the root directory. Passwords are not case sensitive.
  31. Designed for relatively unattended use, consider using
  32. methods such as policy editor, hiding drives, or disabling
  33. right clicking altogether to ensure security.